Updated versions for rustc, curl, docopt and regex.
authorVictor-Nicolae Savu <victor.nicolae.savu@gmail.com>
Fri, 6 Mar 2015 21:52:55 +0000 (22:52 +0100)
committerVictor-Nicolae Savu <victor.nicolae.savu@gmail.com>
Fri, 6 Mar 2015 21:52:55 +0000 (22:52 +0100)
Cargo.lock
Cargo.toml
src/rustversion.txt

index 0c0568c7ef185ba99b24c5bad4f63af4f30ab1b1..5cef0e23d7d2eb7907dc03c2d3864b25522225b3 100644 (file)
@@ -3,8 +3,8 @@ name = "cargo"
 version = "0.1.0"
 dependencies = [
  "advapi32-sys 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "curl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "docopt 0.6.44 (registry+https://github.com/rust-lang/crates.io-index)",
+ "curl 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "docopt 0.6.45 (registry+https://github.com/rust-lang/crates.io-index)",
  "env_logger 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "flate2 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "git2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -13,7 +13,7 @@ dependencies = [
  "hamcrest 0.1.0 (git+https://github.com/carllerche/hamcrest-rust.git)",
  "libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
  "registry 0.1.0",
  "rustc-serialize 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "semver 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -41,33 +41,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "curl"
-version = "0.2.1"
+version = "0.2.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
- "curl-sys 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
+ "curl-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
  "libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "openssl-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "openssl-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "url 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "curl-sys"
-version = "0.1.15"
+version = "0.1.16"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
  "libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "libz-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "openssl-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "openssl-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "pkg-config 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "docopt"
-version = "0.6.44"
+version = "0.6.45"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
  "libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc-serialize 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
@@ -77,7 +77,7 @@ version = "0.2.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
  "log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -110,7 +110,7 @@ name = "git2-curl"
 version = "0.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
- "curl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "curl 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "git2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  "url 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -147,7 +147,7 @@ dependencies = [
  "libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "libssh2-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
  "libz-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "openssl-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "openssl-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "pkg-config 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
@@ -166,7 +166,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
  "libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "libz-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "openssl-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "openssl-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "pkg-config 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
@@ -199,7 +199,7 @@ dependencies = [
 
 [[package]]
 name = "openssl-sys"
-version = "0.5.0"
+version = "0.5.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
  "gcc 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -220,14 +220,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "regex"
-version = "0.1.17"
+version = "0.1.18"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "registry"
 version = "0.1.0"
 dependencies = [
- "curl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "curl 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc-serialize 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
index 927a0a5388f81a4ec85e1098ffecb86248d7528f..012daed8e5562535ce81a0c2a4bf9b301af5bc42 100644 (file)
@@ -12,7 +12,7 @@ path = "src/cargo/lib.rs"
 [dependencies]
 toml = "0.1.18"
 semver = "0.1.16"
-curl = "0.2.1"
+curl = "0.2.2"
 tar = "0.2.3"
 flate2 = "0.2.0"
 git2 = "0.2.1"
@@ -21,11 +21,11 @@ glob = "0.2.2"
 time = "0.1.19"
 log = "0.2.5"
 env_logger = "0.2.2"
-docopt = "0.6.44"
+docopt = "0.6.45"
 url = "0.2.23"
 rustc-serialize = "0.3.1"
 term = "0.1.13"
-regex = "0.1.17"
+regex = "0.1.18"
 threadpool = "0.1.1"
 libc = "0.1.2"
 
index ac5240e643fae49f7bea9dc31a200fca1b0341bd..d6eec4d2b56d8ad337e687d4b4fae2db1a3c532c 100644 (file)
@@ -1 +1 @@
-2015-03-04
+2015-03-05